home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00117_culvertButton.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  333 b   |  14 lines

  1. global gRollAnimButton, gCulvertObject
  2.  
  3. on mouseDown
  4.   if not objectp(gRollAnimButton) then
  5.     startBuffering()
  6.     if the task of gCulvertObject = EMPTY then
  7.       if buttonHandler() then
  8.         arrowButton(gCulvertObject, the name of cast the castNum of sprite the clickOn)
  9.       end if
  10.     end if
  11.     flushBuffer()
  12.   end if
  13. end
  14.